blob: 63604d5c68e9679fe28cac1f41fcd705208149ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
.loadingContainer {
display: flex;
align-items: center;
justify-content: center;
height: 100dvh;
}
.loadingText {
color: white;
font-family: "Lato";
font-size: 20px;
}
|